home *** CD-ROM | disk | FTP | other *** search
/ Amiga Aktuell / Amiga Aktuell.iso / amiga-aktuell / net tools / usefull / foxconvert / foxconvert.doc < prev    next >
Text File  |  1996-09-05  |  2KB  |  40 lines

  1.  
  2.           FoxConvert.rexx by Anthony Brice - 10th July 1996
  3.           -------------------------------------------------
  4.  
  5. This is just a quick rexx script which you can use with Dave Naylors FoxGate
  6. to convert outbound flo files which can cause havok with FoxGate converting
  7. them due to Spot using the '#' chars in the flo prefix. If you're not using
  8. FoxGate, or don't know what I'm on about now, then ditch this script and forget
  9. you ever heard of it :-)
  10.  
  11. I needed to use FoxGate to collect some fido networks from a Bulletin board
  12. that I don't usually call via the internet so it comes on a local call. That's
  13. what FoxGate does for you, but it has an akward little bug when parsing outbound
  14. files that don't use the '^' character within the flo file, such as Spot, which
  15. uses '#' instead. These characters are a signal to Trapdoor and other mailers
  16. to tell it what should be done with the file once sent, and foxgate doesn't
  17. understand Spot's default, and runs amok.
  18.  
  19. FoxConvert is an arexx script which can be configured in two lines at the top
  20. of the script.
  21.  
  22. Path    - is the name of the outbound file IE: 2:250/194.0.FLO
  23.  
  24. FoxGate - is the path to the foxgate executable as the script will launch
  25.           foxgate after correcting the flo file for you automatically. This
  26.           is done so you can add FoxConvert to your Link script when you dial
  27.           up to the internet, and then forget all about it.
  28.  
  29. Hopefully Dave will fix up this bug in FoxGate after I send him this archive,
  30. but this should get you going untill then if you need to use FoxGate as I do.
  31.  
  32. Usage:- It's called with no arguments basically. Set the executable and script
  33.         bits if they're not already set, and then just type FoxConvert.rexx,
  34.         or call it from within another script, or Spot's archiver command.
  35.  
  36. Cheers,
  37.  
  38. Anthony Brice - anthony@backyard.demon.co.uk
  39.  
  40.